home *** CD-ROM | disk | FTP | other *** search
- .TH FFCOMPAT
- 6 "IRIT Version 6.0"
- .SH NAME
- FFCOMPAT
-
-
-
- FFCOMPAT( CurveType Crv1, CurveType Crv2 )
-
- or
-
- FFCOMPAT( SurfaceType Srf1, SurfaceType Srf2 )
-
- Makes the given two curves or surfaces compatible by making them share the
- same point type, same curve type, same degree, and the same continuity.
- Same point type is gained by promoting a lower dimension into a higher one,
- and non-rational to rational points. Bezier curves are promoted to Bspline
- curves if necessary, for curve type compatibility. Degree compatibility is
- achieved by raising the degree of the lower order curve. Continuity is
- achieve by refining both curves to the space with the same (unioned) knot
- vector. This function returns nothing and compatibility is made
- in place.
-
- Example:
-
- FFCOMPAT( Srf1, Srf2 );
-
- See also CMORPH and SMORPH.
-